
2004-Apr-5:
	19H50:PLD:REL
		Released as v0.1.3

	19H48:PLD:DEV
		Added 'help' output for when no paramters are given.

	14H22:PLD:DEV
		Added stream size sanity checking when decoding the attachment size in 
		olestream-unwrap which would occasionally generate some rather unlrealistc
		stream sizes.  OLEUNWRAP_decode_attachment();

	01H21:PLD:DEV
		Finally fixed occasional segfault bug with some OLE2 files. 
		Fix was to define the memory boundary limit of the ole properties
		field and check on each pass of the loop that it wasn't being
		breached.
		

2003-Nov-26:
	20H13:PLD:DEV
		Release 0.0.4
		Fixed up some potential logging segfaults if used in 
		conjunction with syslog output.

2003-Nov-17:
	16H20:PLD:DEV
		Added bounds checking to entire processing system so that 
		it cannot request a sector outside of the real limits of 
		the loaded OLE file.
		I consider this only to be a partial fix to a problem of 
		various documents which do not seem to be able to be decoded
		reliably, fortunately at least the bounds checking stops the
		segfaults.

2003-Oct-31:
	07H38:PLD:DEV
		Added -q (quiet) option, which silences various non-fatal
		error messages.

2003-Aug-28:
	22H04:PLD:DEV
		Added bounds checking on Mini-FAT loader, to ensure it would
		not attempt to load up a FAT chain from a negative starting
		sector.

2003-Jul-16:
	21H23:PLD:DEV
		Added bounds check on chain follower/loader so that it would
		not attempt to seek from a starting sector < 0

2003-Jul-11:
	19H53:PLD:DEV
		Added bounds checking to OLE_dbstosbs()

2003-Jul-05:
	01H18:PLD:DEV
		Added --save-unknown-streams facility, this allows saving
			of streams which ripOLE doesn't yet know how to explicitly
			handle.

2003-Jul-04:
	20H52:PLD:DEV
		Posted to Freshmeat
		Applied small patch to stop compile warnings about bp and
		buffer pointers being used (possibly) uninitialised.

	08H13:PLD:DEV 
		Fixed segfault in code when extended-FAT/BAT/DIF was
		required.  This was caused by the header-conversion fn
		because it did not stop attempting to copy sectors beyond
		the first 109.

	00H10:PLD:DEV: 
		Fixed all 3 FAT modes, mini, standard and extended.

		All files now decode assuming they have the 'Ole10Native'
		element-name

2003-Jul-03:
	Initial code release, not currently usable to extract files
		but the code does dump the OLE streams to file, in which
		you can see the attachment information.


